Welcome![Sign In][Sign Up]
Location:
Search - file system

Search list

[OS DevelopfileSystem

Description: 文件系统,9600,fat16,fat32 ,还不错哦-File System, 9600, fat16, fat32, oh well
Platform: | Size: 58368 | Author: 刘苑新 | Hits:

[Linux-UnixFile+System+Forensic+Analysis

Description: File System Forensic Analysis is a good book to learn linux file system
Platform: | Size: 3993600 | Author: 与乁 | Hits:

[uCOSfs

Description: ucos平台下的文件系统的源代码,支持flash、ram、IDE、smc、windowsdrive这些接口,并且还有例程。-uCOS platform file system source code, support for flash, ram, IDE, smc, windowsdrive these interfaces, and there are routine.
Platform: | Size: 116736 | Author: qgq | Hits:

[ARM-PowerPC-ColdFire-MIPSFatFs06

Description: FatFs06.rar FatFs is a generic file system module to implement the FAT file system to small embedded systems. The FatFs is written in compliance with ANSI C, therefore it is independent of hardware architecture. It can be incorporated into cheap microcontrollers, such as 8051, PIC, AVR, SH, Z80, H8, ARM and etc..., without any change.
Platform: | Size: 294912 | Author: 陆正茂 | Hits:

[JSP/JavaFileSystem_Java

Description: java实现的简单文件系统,可以实现一般文件系统的基本操作,并赋有系统类图-to achieve a simple java file system, file system can be achieved in general the basic operation and are endowed with the system class diagram
Platform: | Size: 71680 | Author: 刘兴亮 | Hits:

[Delphi VCLKSDev.VirtualSream.v1.01

Description: KSDev.VirtualSream.v1.01.rar 虚拟文件系统,-KSDev.VirtualSream.v1.01.rar virtual file system,
Platform: | Size: 144384 | Author: 幽谷客要 | Hits:

[Embeded Linux2410-yaffs.pdf.tar

Description: 基于 S3C2410 上的 Yaffs 文件系统制作。 Yaffs(Yet Another Flash File System)文件系统是专门针对 NAND 闪存设计的嵌入式文件系统-S3C2410-based file system on the production of Yaffs. Yaffs (Yet Another Flash File System) file system is designed specifically for NAND flash memory embedded file system
Platform: | Size: 401408 | Author: 更勤 | Hits:

[File OperateFileSystem

Description: 小型文件系统模拟,通过该程序演示了文件系统的工作原理和实现机制。使用MFC做了界面设计。 文件系统设计使用了inode和成组链接法。-Small file system simulation, through the program demonstrated the working principle of the file system and the realization of the mechanism. The use of MFC done interface design. File system designed for use with the inode and group link law.
Platform: | Size: 8537088 | Author: Peter Pan | Hits:

[Embeded-SCM DevelopMicrium+2.85+for+SMART+ARM+2200

Description: ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µ C/FS is a high performance library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU. -ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. μ C/FS is a high performance library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU.
Platform: | Size: 2997248 | Author: nimo | Hits:

[Driver Developfilesystemdriver

Description: 文件系统过滤驱动开发代码,可用于文件加密,保护硬盘数据的安全。-File system filter driver development code, can be used for file encryption to protect the hard disk data security.
Platform: | Size: 147456 | Author: jcq | Hits:

[File OperateGFS

Description: Google File System 的英文文档,Google所有应用的基础。-Google File System documentation in English, Google the basis of all applications.
Platform: | Size: 254976 | Author: 毛毛 | Hits:

[Other Embeded programFAT16

Description: 1)兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2)可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3)文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4)可同时打开多个文件;最大打开文件数可使用编译宏MaximumFCB设定,MaximumFCB最大值限定为254。 5)文件保护功能:文件可同时打开多个FCB,而只有其中一个FCB可以得到文件RD/WR权限。该功能完全由文件系统代码来完成,上层应用无需编写额外代码。 6)所有编译宏存放于文件fat_cfg.h。 -1) compatible with FAT16 file system, long file name, maximum path length 260 bytes, in line with Microsoft Longfilename specification. 2) can be transplanted into a variety of platforms, just to prepare sector-driven drive, for a total of two functions: 1) read_flash_sector () 2) write_flash_sector (). 3) file buffer functions: 1) read documents, read the location of the buffer zone in the document, you can read files directly buffer, do not need to read physical disk file buffer size can be used to compile macro EnableFileBuf, Tot
Platform: | Size: 683008 | Author: | Hits:

[Embeded-SCM DevelopFAT16

Description: 嵌入式FAT16文件系统源码下载1) 兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2) 可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3) 文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4) 可同时打开多个文件;最大打开文件数可使用编译宏MaximumFCB设定,MaximumFCB最大值限定为254。 5) 文件保护功能:文件可同时打开多个FCB,而只有其中一个FCB可以得到文件RD/WR权限。该功能完全由文件系统代码来完成,上层应用无需编写额外代码。 6) 所有编译宏存放于文件fat_cfg.h。-Embedded FAT16 file system source code download 1) compatible with FAT16 file system, long file name, maximum path length 260 bytes, in line with Microsoft Longfilename specification. 2) can be transplanted into a variety of platforms, just to prepare sector-driven drive, for a total of two functions: 1) read_flash_sector () 2) write_flash_sector (). 3) file buffer functions: 1) read documents, read the location of the buffer zone in the document, you can read files directly buffer, do not need to read physical disk file buffer size can be used to compile macro EnableFileBuf, Tot
Platform: | Size: 594944 | Author: xjj | Hits:

[Linux-Unixmkdosfs

Description: mkdosfs - Make DOS file system utilty. I wrote this, partially to complement the dosfsck utility written by Werner Almesberger (who graciously gave me some pointers when I asked for some advice about writing this code), and also to avoid me having to boot DOS just to create data partitions (I use Linux to back up DOS :-) ).-mkdosfs- Make DOS file system utilty. I wrote this, partially to complement the dosfsck utility written by Werner Almesberger (who graciously gave me some pointers when I asked for some advice about writing this code), and also to avoid me having to boot DOS just to create data partitions (I use Linux to back up DOS :-) ).
Platform: | Size: 28672 | Author: succuba | Hits:

[uCOSZLGFS

Description: UCOS中间件,UCOS文件系统实现MMCSD卡读写!-UCOS Middleware, UCOS file system implementation MMCSD card reader!
Platform: | Size: 160768 | Author: 梁子森 | Hits:

[Driver Developsfilter

Description: 文件系统过滤驱动的详细代码,含有中文说明及注释-File system filter driver detailed codes, descriptions and notes containing Chinese
Platform: | Size: 18432 | Author: 康军 | Hits:

[Other Embeded programmcbstr9_sd_file

Description: This is an Real-Time Library (RL-ARM) Flash File System file manipulation example.
Platform: | Size: 84992 | Author: ManuSingh | Hits:

[Software Engineeringdriv2

Description: 实现对文件系统访问的完全控制只有通过过滤驱动技术。介绍了Windows NT 文件 系统驱动和过滤驱动原理、过滤驱动的几种用途以及如何加载一个过滤驱动,设计并实现了一个 控制USB 设备的过滤驱动实例。-Implementation of file system access only through the full control of filter drive technology. Introduction of the Windows NT file system driver and filter driver principle, filter driven several uses and how to load a filter driver, design and implementation of a control USB device filter driver example.
Platform: | Size: 43008 | Author: 曾经如此 | Hits:

[OS programfilesystem

Description: linux系统下的C代码,模拟二级文件系统,在linux下可编译运行-linux systems C code to simulate the secondary file system, linux can be compiled at run
Platform: | Size: 62464 | Author: 孟令钊 | Hits:

[Driver DevelopFileFilter

Description: filter driver foe file system.
Platform: | Size: 7168 | Author: 黄阿莉 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net